object Form_Macro: TForm_Macro Left = 496 Top = 290 HelpContext = 530 ActiveControl = Edit_Name BorderStyle = bsDialog Caption = 'Edit macro' ClientHeight = 210 ClientWidth = 298 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Button_OK: TButton Left = 15 Top = 175 Width = 75 Height = 25 Hint = 'Accept changes and close dialog box' Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button_OKClick end object Button_Cancel: TButton Left = 95 Top = 175 Width = 75 Height = 25 Hint = 'Discard changes and close dialog box' Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = Button_CancelClick end object GroupBox1: TGroupBox Left = 5 Top = 0 Width = 286 Height = 166 TabOrder = 2 object Label1: TLabel Left = 10 Top = 10 Width = 62 Height = 13 Caption = '&Macro name:' FocusControl = Edit_Name end object Label2: TLabel Left = 10 Top = 55 Width = 56 Height = 13 Caption = '&Description:' FocusControl = Edit_Desc end object Label3: TLabel Left = 10 Top = 100 Width = 43 Height = 13 Caption = 'Modified:' end object LB_Date: TLabel Left = 60 Top = 100 Width = 9 Height = 13 Caption = '...' ShowAccelChar = False end object Label4: TLabel Left = 10 Top = 115 Width = 45 Height = 13 Caption = 'Filename:' end object LB_FileName: TLabel Left = 60 Top = 115 Width = 9 Height = 13 Caption = '...' ShowAccelChar = False end object Edit_Desc: TEdit Left = 10 Top = 70 Width = 266 Height = 21 TabOrder = 1 end object Edit_Name: TEdit Left = 10 Top = 25 Width = 266 Height = 21 TabOrder = 0 OnChange = Edit_NameChange end object CB_AbortOnError: TCheckBox Left = 10 Top = 135 Width = 196 Height = 17 Caption = '&Abort macro when error occurs' State = cbChecked TabOrder = 2 end end object Button_Help: TButton Left = 175 Top = 175 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = Button_HelpClick end end